projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c8f275
)
(x_list_fonts): Adjusted for the name change of
author
Kenichi Handa
<handa@m17n.org>
Fri, 22 Aug 1997 01:19:27 +0000
(
01:19
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 22 Aug 1997 01:19:27 +0000
(
01:19
+0000)
Valternate_fontname_alist.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index be119e24a77c62c5d46ecfe5a69fc39d519edca0..3a13f896ff68ca0f150c7f3f7e58c29e8f445070 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-6370,7
+6370,7
@@
x_list_fonts (f, pattern, size, maxnames)
Lisp_Object list = Qnil, patterns, newlist = Qnil, key, tem, second_best;
Display *dpy = f != NULL ? FRAME_X_DISPLAY (f) : x_display_list->display;
- patterns = Fassoc (pattern, Valternat
iv
e_fontname_alist);
+ patterns = Fassoc (pattern, Valternate_fontname_alist);
if (NILP (patterns))
patterns = Fcons (pattern, Qnil);